home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
programs
/
prog62
< prev
next >
Wrap
Text File
|
1995-06-29
|
259b
|
11 lines
# testing concat the callback args
xtAppInitialize -class Program
xmPushButton .fred managed -labelString "Push Me"
.fred armCallback puts stdout "an unsubstituted % sign"
.fred disarmCallback puts stdout {a substituted %w one}
. realizeWidget
. mainLoop